![]() |
DrawThemeSecondaryGroup |
||||
Header: | Appearance.h | Carbon status: | Supported | |
Draws a secondary group box frame.
OSStatus DrawThemeSecondaryGroup ( const Rect *inRect, ThemeDrawState inState );
A pointer to a structure of type Rect. Before calling DrawThemeSecondaryGroup, set the rectangle to the bounds of the secondary group box frame to be drawn, in local coordinates.
A value of type ThemeDrawState. Pass a constant specifying the state in which to draw the secondary group box frame; see
A result code.
The DrawThemeSecondaryGroup function draws a theme-compliant secondary group box frame. The secondary group box frame is drawn inside the specified rectangle and is a maximum of 2 pixels thick. Note that a secondary group box frame is typically nested within a primary group box frame.
This function is available with Appearance Manager 1.0 and later.
Supported in Carbon. Available in Mac OS 8.1 and later when Carbon 1.0.2 or later is present.
© 2000 Apple Computer, Inc. — (Last Updated 5/8/2000)